* s~\t+$~~
[lhc/web/wiklou.git] / languages / LanguageNds.php
index 686fe5b..d55cdd7 100644 (file)
@@ -1255,7 +1255,7 @@ class LanguageNds extends LanguageUtf8 {
        function formatMonth( $month, $format ) {
                return $this->getMonthAbbreviation( $month );
        }
-       
+
        function formatDay( $day, $format ) {
                return parent::formatDay( $day, $format ) . '.';
        }